ngl: remove unnecessary suffix array
authorChristian Hergert <chergert@redhat.com>
Wed, 3 Mar 2021 21:03:24 +0000 (13:03 -0800)
committerChristian Hergert <chergert@redhat.com>
Wed, 3 Mar 2021 21:03:24 +0000 (13:03 -0800)
We didn't end up using this in the final version, so we can just delete
it and avoid MSVC issues.

gsk/ngl/gskngltexturelibraryprivate.h

index 56c3d604cc1c1b8b5ce580cbff7cc432540c3081..7e042036ebd1c25e395f3b20bc0da047a019a264 100644 (file)
@@ -85,11 +85,6 @@ typedef struct _GskNglTextureAtlasEntry
 
   /* When true, backref is an atlas, otherwise texture */
   guint is_atlased : 1;
-
-  /* Suffix data that is per-library specific. gpointer used to
-   * guarantee the alignment for the entries using this.
-   */
-  gpointer data[0];
 } GskNglTextureAtlasEntry;
 
 typedef struct _GskNglTextureLibrary